chore(deps): update vmactions/solaris-vm action to v1.3.9 - #90
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update vmactions/solaris-vm action to v1.3.9#90renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.8→v1.3.9Release Notes
vmactions/solaris-vm (vmactions/solaris-vm)
v1.3.9Compare Source
sync: tar
A new way to share the workspace: the tree is streamed in as a ustar
archive over the ssh connection the action already opens, and streamed
back the same way when the run finishes. Nothing is installed in the
guest and no filesystem support is needed on either side, unlike nfs.
solaris-builder v2.0.7 declares it for every release, and it was
verified on this guest before the declaration went in: 300 files plus a
1 MB binary blob pushed, a file written inside the VM, the whole tree
pulled back and compared by content hash.
rsync remains the default.
Under the hood
solaris-builder v2.0.7 is also the first solaris build to publish
releases.json, the machine-readable index this action bakes its
configuration from -- which is why the pre-tar method list survived
until now.
The runtime moves to anyvm v0.6.5, fifteen releases on from the v0.5.0
that v1.3.8 shipped. Two of its fixes reach every job: a failed folder
sync is now fatal instead of a warning that left the guest running
without the files it was about to use, and the workspace push no longer
carries the runner's own harness directories into the guest.
Full Changelog: vmactions/solaris-vm@v1.3.8...v1.3.9
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.